home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step06 / UNDEF / gethostname < prev    next >
Encoding:
Text File  |  1994-08-02  |  157 b   |  4 lines

  1. sysent.h:extern int gethostname(char *, int);
  2. scm.c:        if (gethostname (name,MAXHOSTNAMELEN) < 0)
  3. supscan.c:        if (gethostname (myhost,sizeof (myhost)) < 0) {
  4.